-
-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(locale): add Senegal locale #2525
Conversation
Hi @makhtar-sarr, thanks for your contribution. See also: |
Hello @ST-DDT, Thank you for your feedback and constructive comments. I divided the PR into several small PR, in this first PR are the metadata and the internet module. As for the wiki links, I preferred to put them in this comment. Otherwise, if they're to appear as comments in the modules, I can do so. Wiki links: Thanks again for your responsiveness and your advice. |
The failing tests are a known issue with the |
If you need help with the test fixes please let us know. |
af50390
I modified lines 46, 47, and 48 of |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2525 +/- ##
==========================================
- Coverage 99.58% 99.57% -0.01%
==========================================
Files 2781 2787 +6
Lines 249317 249378 +61
Branches 1084 1082 -2
==========================================
+ Hits 248272 248328 +56
- Misses 1017 1022 +5
Partials 28 28
|
Description
This pull request adds a new locale for Senegal to Faker-js. It allows Faker-js users to generate Senegal-specific data, including names, addresses and phone numbers.
Changes made
fr_SN
) in the appropriate directory.pnpm run preflight
.History
Senegal is a West African country with its own culture and standards. Adding this locale will enable Faker-js users to generate data more relevant to Senegal, which can be useful for testing, generating demo data, etc.
Expected result
Faker-js users will be able to select the "senegal" locale and generate data that conforms to Senegalese culture and standards using Faker-js functions.
I will be available to answer your questions or make additional modifications if necessary.